groundfeel
Hi
The logo you mentioned is from template that used to show by template. ON the top you are using JS Toolbar module that has option to show another logo, you can remove logo from module.
In case you want to hide the template logo add this code in custom.css
.logo-image {
display: none;
}
it will be hidden for all pages where the template is used.