Remove "pinned" button at bottom of topic

You can hide it with css (Making custom CSS changes on your site)

#topic-footer-buttons .pinned-button{
    display: none;
}

Why do you want to hide it?