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?
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?