You can use your templates and overrides and comment out the code for:
Code:
if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
$information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
}
and change it to:
Code:
if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
// $information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
}
NOTE: I would go for the better idea of taking them to a subscribe/unsubscribe ... the more the merrier ...