You want to get rid of all group images in the Group Memberships 'mini' box on the right? If you turn on the template name in the html, then you'll see that those are spit out from the memberinfo_socialgroupbit template. I'm not sure if that template is used anywhere else, but you can try doing this in the template. Find and remove this and you will be left with just the name:
HTML Code:
<a href="group.php?$session[sessionurl]groupid=$socialgroup[groupid]"><img class="sgicon" src="$socialgroup[iconurl]" alt="$socialgroup[shortdescription]" style="border:solid 1px gray;margin-bottom:$stylevar[cellspacing]px" /></a>