In the Information sidebox, there is an IF for controlling the GV FAQs when installed or not installed:
// only show GV FAQ when installed
if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') {
$information[] = '<a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</a>';
}
If you have hit REMOVE on the Modules ... Order Totals ... Gift Certificate ot_gv ... I am not sure why it would still be showing unless your sidebox has removed this code to control it ... :unsure:
Peek in the file:
/includes/modules/sideboxes/information.php
and you should see the IF statement in there ...