If you disable the archive system in the ACP. as it is really not needed anymore, the button is removed in the template.
ACP --> settings --> options --> Search Engine Friendly Archive --> Forum Archive Enabled: NO
You can also alter the footer template and comment out the HTML for the button.
Search
Code:
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
Replace
Code:
<vb:comment>
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
</vb:comment>