Hey thanks but that didn't seem to work for me. But i located 'answers' => array inside of qa-page-user-profile.php and removed
-------------------
'answers' => array(
'type' => 'static',
'label' => qa_lang_html('profile/answers'),
'value' => '<SPAN CLASS="qa-uf-user-a-posts">'.qa_html(number_format(@$userpoints['aposts'])).'</SPAN>',
),
---------------
This worked well but not sure if this is the right think to do as in will it cause slight errors or not?