Add the following to the end of your .htaccess file:
Replace mysite.com with your own site of course.
# Redirect from "/forums/" to "/"
RewriteCond %{HTTP_HOST} ^www.mysite.com/forums
RewriteRule ^(.*) http://www.mysite.com/$1 [P]
Replace mysite.com with your own site of course.