That's the default logo for a group. Within GJ > Configuration > Images > Defaults you can select a new default logo. This for example could be a 1 pixel transparent image, but the design doesn't really account for no logo being there. Alternatively the below CSS should also hide the default group logo.
Code:
.cb_template .gjLogoDefault {
display: none;
}