Had a quick look at the source of this forum, and I think you can disable these links like this:
In file forum/Themes/default/index.template.php, comment lines 106-109. The code should look like this after the mod:
// If we're viewing a topic, these should be the previous and next topics, respectively.
//if (!empty($context['current_topic']))
// echo '
//<link rel="prev" href="', $scripturl, '?topic=', $context['current_topic'], '.0;prev_next=prev" />
//<link rel="next" href="', $scripturl, '?topic=', $context['current_topic'], '.0;prev_next=next" />';
On a related note, have you considered upgrading the forum software to version 2?