Use an advanced HTML theme to override the sidepanel() function. Your replacement function should look something like this:
function sidepanel()
{
if ($this->template!='search')
qa_html_theme_base::sidepanel();
}
This function calls the default sidepanel() function only if it's not a search result page, otherwise it does nothing.