Cannot remove back button

Cannot remove back button

Is it possible to remove / hide the back button of a list page that is nested inside of a listview? 

I have a page with a <ul data-role='listview'>.  Each item in the list view has a nested list, which results in a new page when the user selects an item from the first page.

While I can disable the back button from the first page by using the data-backbtn='false' tag, how do I remove the back button from the child form?  As an alternative, I could disable the title bar from the child form, but I can't find how to do that either.