Yes, you can go to Templates -> Edit and edit the code of your template. Use Ctr+F to find each instance of "img" and cut the code snippets responsible for all images. For intanse this one would be for a SE logo:
Code:
<div class="marg3"><img src="images/se/<[ECHO text="searchEngine.iconFileName"/]>" alt="" width="16" height="16" border="0"></div>
this one - for a country flag:
Code:
<div class="marg3"><img src="images/se/flags/<[ECHO text="searchEngine.country"/]>.png" alt="" width="25" height="15" border="0"></div>
etc.