diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 1e9cad149..94c4217d8 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -224,30 +224,6 @@ const routingTable = function (store) { scenario: navigationScenarios.SELECTED_NO_VIN, destinationFmgPageValue: fmgPageValues.SERVICE_ZIP, }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_QUESTIONS, - destinationFmgPageValue: fmgPageValues.QUOTE, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_PART_QUESTIONS, - destinationFmgPageValue: fmgPageValues.PART_QUESTIONS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_MULTIPLE_PARTS_TO_CHOOSE, - destinationFmgPageValue: fmgPageValues.VEHICLE_PARTS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_MOLDING_QUESTIONS, - destinationFmgPageValue: fmgPageValues.MOLDING_QUESTIONS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_CAPABILITY_QUESTIONS, - destinationFmgPageValue: fmgPageValues.CAPABILITY_QUESTIONS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, - destinationFmgPageValue: fmgPageValues.QUOTE, - }, ], }, {