토픽 하단의 "고정" 버튼 제거

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?