Remove H1 Title from Apache Solr Search Results

On "Edit Search Page" in Apache Solr Search you can set the page title to %terms or %value.
In my case I wanted to prevent this from appearing (and not just hide it with CSS.

First, this assumes your search results path is like this: www.example.com/search/site/keyword+keyword

Make a copy your page.tpl.php (Usually in your sub-theme)
Name it page--search--site.tpl.php
Remove the call to $title
Clear the Drupal Cache