diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index f77f30f8e..b46c38801 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -118,13 +118,6 @@ export default { answersFromCms() { return this.getCmsContent("VinLookupMethod", "Answers"); }, - vinLookupMethodOptionsMap() { - return { - ManualVin: true, - LicensePlate: true, - HomeAddress: true, - }; - }, }, components: { funnelHeader,