Bhai Tu Nu Kar :
1) To Remove Badge System Deactivate The Plugin From
http://www.Yoursite.com/admin/plugins or Goto your root Directory And Remove All Files From qa-plugin/badges
2) To Remove Hot Features goto page sections from your admin area
http://www.Yoursite.com/admin/pages remove the hot page and to remove hot under submenu (after clicking on 'questions') add this in your css file
.qa-nav-sub-hot {display:none !important;}
3) To Remove The Point System use css to hide the points
.qa-q-item-who-points {display:none !important;}
.qa-q-view-who-points {display:none !important;}
.qa-a-item-who-points {display:none !important;}
.qa-uf-user-points {display:none !important;}
.qa-c-item-who-points {display:none !important;}
This Is Same As In Answers