If you'd like to remove the back button from screens that are opened through notifications or universal links you can use the following parameters in your app advanced configuration:
"Navigation": {
  "iOS_Back_Button_Bar_Deep_Links": false,
  "Android_Back_Button_Bar_Deep_Links": false
}Make sure that these parameters are added to the existing "Navigation" array of parameters.