Template edit for every widget where you want to remove that picture.
Templates are called vbcms_widget_ and so on.
For example the calendar widget, find:
Code:
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="" /> {vb:raw widget_title}</h3>
</div>
remove this code:
Code:
<img src="{vb:stylevar imgdir_misc}/event.png" alt="" />
P.S.: I have no idea why the vb4 design team thought it would make any sense to show the users what widget is a html widget and what widget is a php widget. Really, no idea at all.