Follow these steps:
1. Edit file qa-theme/<your-theme>/qa-theme.php
2. Add (or merge, if it already exists) the following function:
public function initialize() {
parent::initialize();
if ($this->request === '')
unset($this->content['suggest_next']);
}