There isn't any good way to do it, unless you use core hacks.
That menu is defined in qa_user_sub_navigation in app/format.php (around line 1283). You could remove the appropriate sections there ('activity', 'questions', 'answers'), which will remove the links from the menu.
To remove the pages entirely you could remove the sections at the bottom of pages/user.php in the switch statement.