We had the issue that it should only be hidden in some of our mails, and this is a global setting to remove the marketo unsubscribe.. so i just added a CSS style that removes it.
body p{ display: none !important}
This will remove all P-tags that are children of the body tag, and if your mail is setup correctly that should only be the unsubscribe link
🙂