Hehe, removing them is certainly an option 
Other than that, you can handle the NextClicked event and set the NextPageToShow property on the event args to specify the next page that should show. So, if they select option 1 in the first page, then you set e.NextPageToShow = Page2, else e.NextPageToShow = Page3, or something like that.