diff --git a/frontend/cypress/e2e/budgetLineItemsList.cy.js b/frontend/cypress/e2e/budgetLineItemsList.cy.js
index d4a6352039..2f5242353f 100644
--- a/frontend/cypress/e2e/budgetLineItemsList.cy.js
+++ b/frontend/cypress/e2e/budgetLineItemsList.cy.js
@@ -32,11 +32,6 @@ it("budget line items link defaults to all-budget-line-items", () => {
cy.get('a[href="/budget-lines"]').should("exist");
});
-it("clicking the add budget lines button takes you to the create budget lines page", () => {
- cy.get("a").contains("Add Budget Lines");
- cy.get('a[href="/budget-lines/create"]').should("exist");
-});
-
it("pagination on the bli table works as expected", () => {
cy.visit("/budget-lines");
diff --git a/frontend/src/pages/budgetLines/list/BudgetLineItemList.jsx b/frontend/src/pages/budgetLines/list/BudgetLineItemList.jsx
index 344002d499..44407e1831 100644
--- a/frontend/src/pages/budgetLines/list/BudgetLineItemList.jsx
+++ b/frontend/src/pages/budgetLines/list/BudgetLineItemList.jsx
@@ -58,8 +58,6 @@ const BudgetLineItemList = () => {
? "This is a list of the budget lines you are listed as a Team Member on. Please select filter options to see budget lines by Portfolio, Status, or Fiscal Year."
: "This is a list of budget lines across all OPRE projects and agreements, including drafts. Please select filter options to see budget lines by Portfolio, Status, or Fiscal Year."
}
- buttonText="Add Budget Lines"
- buttonLink="/budget-lines/create"
TabsSection={}
FilterTags={