diff --git a/app/views/main/dashboard.html.erb b/app/views/main/dashboard.html.erb
index 25a2072e..f9279c92 100644
--- a/app/views/main/dashboard.html.erb
+++ b/app/views/main/dashboard.html.erb
@@ -1,16 +1,3 @@
-<% if current_user.notice_dismissals.where(notice_id: 3).empty? && !current_user.on_premium_plan? && !current_user.active_promotions.any? && DateTime.current <= 'December 4, 2019'.to_date %>
-
- <%= link_to notice_dismissal_dismiss_path(notice_id: 3), class: 'black-text right tooltipped', data: { tooltip: "Close this message. You won't be shown it again." } do %>
- close
- <% end %>
-
- Last chance: We partnered with Infostack.io to offer 6 months of Notebook.ai Premium
- and $3000 worth of writing software in
- <%= link_to "the Writer's Craft Super Stack sale", 'https://drusepth--infostack.thrivecart.com/wc', class: 'green-text' %> for just $50
- — today only!
-
-<% end %>
-
<%= link_to documents_path do %>