The simplest way to do this (especially if you have more than one page where you want the right sidebar off) is to use the commented code near the top of tpl_main_page.php:
PHP Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;
}
Save the edited file to your custom template folder (/includes/templates/your_template/common/tpl_main_page.php).