Hi, I know this post is quite old, but just in case you didn’t find it, heres the solution:
change bbp_dashboard_right_now and write bbp-dashboard-right-now
Exactly what I want, thanks!
For others I was able to remove the widget by adding the following line to [wp docroot]/wp-admin/includes/dashboard.php
remove_meta_box('bbp-dashboard-right-now', 'dashboard', 'core');
Specifically line 55, just above the line
// WordPress News