I wanted to put the above information in the documentation and I suddenly realized that what I wrote is not the answer to your question. With the above example you will be able to remove some of the emoticons, but not the buttons that you ask for.
You have to go to:
components/com_comment/classes/joomlacomment/josc_form.php
On line 192 you will fine the code that you was searching for:
$html = "<a href='javascript:JOSC_insertUBBTag(\"b\")'><img src='" . $ubbIconList['bold'] . "' class='buttonBB' name='bb' alt='[b]' /></a> ";
Comment out the lines you don't want to see in frontend and you should be fine.