1. Edit file qa-theme/SnowFlat/qa-theme.php
2. Add (if it doesn't exist) or merge (if it already exists) this function:
public function initialize() {
parent::initialize();
if ($this->template === 'user') {
unset($this->content['form_activity']);
}
}