To not show the best sellers sidebox on the contact_us page you can edit the sidebox module for it with this code:
Code:
// don't show on contact_us page
if ($current_page_base == 'contact_us') {
    $show_best_sellers= false;
}
Put it above this line:
Code:
  if ($show_best_sellers == true) {