I actually resolved it myself.
Rather than removing the action I added the following line to my own functions file
add_filter(‘show_admin_bar’, ‘__return_true’, 100); — by making the priority 100 I’m waiting until well after the parent theme turns the admin bar off before I turn it back on.