I believe you are talking about "reshow" button.
Most easiest way is adding display:none property to stylesheet.
If it is Snow theme go to around line #1328 and find below
.qa-form-light-button-reshow, .qa-form-light-hover-reshow {
add display: none; to this class and all done.