I was looking for this exact mod. While it does solve the problem, I would have preferred to remove the menu entirely not just prevent it with other code.
To remove the Forum Management menu from moderators comment out the lines in admin/menu.php:
echo "<p>";
$html -> open_admin_table();
echo <<<EOF
<tr><td valign=top class=tdheader>
<b>Forum Management</b>
</td></tr>
<tr><td valign=top class=lighttable>
<a href="{$configphpurl']}/admin/editboard.php?Cat=$Cat" target="mainFrame">
Edit a forum
</a>
EOF;
$html -> close_table();