I'm configuring our requester shopping screen a little differently. We don't want to provide the option to "Create" a requisition on this screen any other way than the "Start A Requisition" button on the right-side. The "My Requisitions" and "Recent Items" both have create buttons. I can't seem to figure out how to remove them. I'm afraid they are attached to the business class. I'd really like to avoid any sort of security class configurations to simply remove that create button on a page. Below is a snippet of the page configuration that includes the "My Requisitions" portion.
Does anyone have any idea what could be done here?

RequesterShoppingPage configuration
RequesterShoppingPage <span style="color:#0000ff;">is a Page
<span style="color:#0000ff;">title is <span style="color:#800000;">"RequesterShoppingPage"
cart <span style="color:#0000ff;">form is Requisition.CartCompositeForm
Dashboard <span style="color:#0000ff;">is a DashBoardPanel
<span style="color:#0000ff;">title is<span style="color:#800000;"> "Dashboard"
<span style="color:#0000ff;">show 3 <span style="color:#0000ff;">columns
MyRequisitions <span style="color:#0000ff;">is a Pane
<span style="color:#0000ff;">title is <span style="color:#800000;">"MyRequisitions"
<span style="color:#0000ff;">double height
<span style="color:#0000ff;">business class is Requisition
<span style="color:#0000ff;">list is MobileMyRequisitions
<span style="color:#0000ff;">restrict action Unreleased.Create